The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:RPC-Any JSON RPC"

RPC::Any - A simple, unified interface to XML-RPC and JSON-RPC. River stage one • 1 direct dependent • 1 total dependent

RPC::Any is a simple, unified interface to multiple RPC protocols. Right now it supports XML-RPC <http://www.xmlrpc.com/> and all three versions of JSON-RPC <http://groups.google.com/group/json-rpc/web> (1.0, 1.1, and 2.0). The goal of RPC::Any is to...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server - The RPC Server River stage one • 1 direct dependent • 1 total dependent

This is an RPC "server" that can call methods and return a result to a client. Unlike other RPC modules, "RPC::Any::Server" doesn't actually start a listening daemon, it just reads the input that you give it and gives you output that you can send to ...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::JSONRPC - A basic JSON-RPC server River stage one • 1 direct dependent • 1 total dependent

This is a server that implements the various JSON-RPC <http://groups.google.com/group/json-rpc/web> specifications. It supports JSON-RPC 1.0, 1.1, and 2.0. It uses JSON::RPC::Common as its backend for parsing input and producing output, and so it sup...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Exception - A throwable exception object for RPC::Any River stage one • 1 direct dependent • 1 total dependent

This object represents an exception that an RPC::Any::Server can throw. See "ERROR HANDLING" in RPC::Any::Server for information about how to use this in your own code....

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::JSONRPC::HTTP - A JSON-RPC server that understands HTTP River stage one • 1 direct dependent • 1 total dependent

This is a type of RPC::Any::Server::JSONRPC that understands HTTP. It has all of the features of RPC::Any::Server, RPC::Any::Server::JSONRPC, and RPC::Any::Interface::HTTP. You should see those modules for information on configuring this server and t...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::JSONRPC::CGI - A JSON-RPC server for a CGI environment River stage one • 1 direct dependent • 1 total dependent

This is a subclass of RPC::Any::Server::JSONRPC::HTTP that has the functionality described in RPC::Any::Interface::CGI. Baically, it's just like the HTTP server, but it works properly in a CGI environment (where HTTP headers are in environment variab...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC
6 results (0.028 seconds)